home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Games
/
Pentominoes 2.0
/
Shell ƒ
/
timing.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-15
|
297 b
|
17 lines
|
[
TEXT/MMCC
]
#ifndef __MY_TIMING_H__
#define __MY_TIMING_H__
#ifdef __cplusplus
extern "C" {
#endif
extern pascal void StartTiming(void);
extern pascal void TimeCorrection(short tickCount);
extern pascal void ScrollTheRect(Rect *r, short dh, short dv, RgnHandle unused);
#ifdef __cplusplus
}
#endif
#endif